runtime.gobuf.bp (field)
14 uses
runtime (current package)
mprof.go#L566: nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
panic.go#L1247: gp.sched.bp = fp - 2*goarch.PtrSize
panic.go#L1252: gp.sched.bp = sp - goarch.PtrSize
proc.go#L4541: gp.sched.bp = bp
proc.go#L4740: gp.syscallbp = gp.sched.bp
proc.go#L4759: print("entersyscallblock inconsistent bp ", hex(bp), " ", hex(gp.sched.bp), " ", hex(gp.syscallbp), " [", hex(gp.stack.lo), ",", hex(gp.stack.hi), "]\n")
runtime2.go#L315: bp uintptr // for framepointer-enabled architectures
stack.go#L782: bp := gp.sched.bp
stack.go#L789: oldfp := gp.sched.bp
stack.go#L790: adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.bp))
stack.go#L796: memmove(unsafe.Pointer(gp.sched.bp), unsafe.Pointer(oldfp), goarch.PtrSize)
stack.go#L797: adjustpointer(adjinfo, unsafe.Pointer(gp.sched.bp))
tracestack.go#L122: nstk += 2 + fpTracebackPCs(unsafe.Pointer(gp.sched.bp), pcBuf[3:])
tracestack.go#L124: nstk += 1 + fpTracebackPCs(unsafe.Pointer(gp.sched.bp), pcBuf[2:])